ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / PathEx Constructor / PathEx Constructor(IEnumerable<Segment>,FillModeEx)

In This Topic
    PathEx Constructor(IEnumerable<Segment>,FillModeEx)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal gpath As IEnumerable(Of PathEx.Segment), _
       ByVal fillMode As FillModeEx _
    )
    public PathEx( 
       IEnumerable<PathEx.Segment> gpath,
       FillModeEx fillMode
    )

    Parameters

    gpath
    fillMode
    See Also